DataCollection
FilterNaryExpression コンストラクタ(FilterCombination,IEnumerable<FilterExpression>)

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > FilterNaryExpression クラス > FilterNaryExpression コンストラクタ : FilterNaryExpression コンストラクタ(FilterCombination,IEnumerable<FilterExpression>)
The logical operator applied between the expressions.
The expressions to combine.
Initializes a new instance of the FilterNaryExpression class.
シンタックス
'宣言
 
Public Function New( _
   ByVal combination As FilterCombination, _
   ByVal expressions As System.Collections.Generic.IEnumerable(Of FilterExpression) _
)
public FilterNaryExpression( 
   FilterCombination combination,
   System.Collections.Generic.IEnumerable<FilterExpression> expressions
)

パラメータ

combination
The logical operator applied between the expressions.
expressions
The expressions to combine.
参照

FilterNaryExpression クラス
FilterNaryExpression メンバ
オーバーロード一覧